home *** CD-ROM | disk | FTP | other *** search
/ Belgian Amiga Club - ADF Collection / BS1 part 26.zip / BS1 part 26 / Personal Write 3.0 german.adf / InstallPWrite < prev    next >
AmigaDOS Script File  |  1991-02-19  |  2KB  |  60 lines

  1. .key ""
  2. .bra {
  3. .ket }
  4.  
  5. echo "*N*e[33mPersonal Write Installationsprozedur*e[31m"
  6.  
  7. PWrite:AskAssign INSTALL: D "Installationsverzeichnis" "Pfad:" "Neuverzeichnis:" "Install" "Abbruch"
  8.  
  9. IF NOT WARN
  10.  
  11.  cd INSTALL:
  12.  echo "*NPersonal Write wird installiert in " NOLINE
  13.  cd
  14.  
  15.  echo "*NDisk/Verzeichnis Workbench-Icon wird erstellt."
  16.  PWrite:CopyIcon > nil: "PWrite:Cloanto Extras" INSTALL: 10 11 440 165
  17.  IF WARN
  18.    copy PWrite:Disk.info INSTALL: clone
  19.  ENDIF
  20.  
  21.  echo "PWrite Programmdatei wird kopiert."
  22.  copy PWrite:PWrite INSTALL: clone
  23.  copy PWrite:PWrite.info INSTALL: clone
  24.  
  25.  echo "Benutzeroberflächentexte werden kopiert."
  26.  copy > nil: PWrite:CAWP3_UITX#? INSTALL: clone
  27.  
  28.  echo "PostScript-Modul wird kopiert."
  29.  copy "PWrite:PostScript ®" INSTALL: clone
  30.  copy "PWrite:PostScript ®.info" INSTALL: clone
  31.  
  32.  echo "Cloanto Extras wird kopiert."
  33.  copy > nil: "PWrite:Cloanto Extras" "INSTALL:Cloanto Extras" all clone
  34.  copy "PWrite:Cloanto Extras.info" INSTALL: clone
  35.  
  36.  echo "PWrite.man wird kopiert."
  37.  copy PWrite:PWrite.man INSTALL: clone
  38.  copy PWrite:PWrite.man.info INSTALL: clone
  39.  
  40.  echo "CloantoAudio wird kopiert."
  41.  copy PWrite:CloantoAudio INSTALL: clone
  42.  copy PWrite:CloantoAudio.info INSTALL: clone
  43.  copy PWrite:CloantoAudio DEVS: clone
  44.  
  45.  Assign INSTALL:
  46.  
  47.  echo "*NNächstfolgende Zeile muß der Startup-Sequence zugefügt werden:"
  48.  echo "*N*e[33m     Assign PWrite: " NOLINE
  49.  cd
  50.  echo "*N*e[31mWährend eine Einheit namens *"PWrite*" benutzt wird, kann"
  51.  echo "der Befehl *"Assign*" eventuell nicht ausgeführt werden."
  52.  ask "*N*Um dieses Fenster zu schließen <Return*>-Taste drücken."
  53.  
  54. ELSE
  55.  
  56.  echo "Installationsprozedur wurde unterbrochen."
  57.  wait 3 secs
  58.  
  59. ENDIF
  60.